Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency terser to v5.37.0 #309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser (source) 5.24.0 -> 5.37.0 age adoption passing confidence

Release Notes

terser/terser (terser)

v5.37.0

Compare Source

  • Reserved object properties from chrome extensions (domprops)
  • Fix semicolon insertion between a class property without a semicolon a and a computed class property ["prop"]

v5.36.0

Compare Source

  • Support import attributes with syntax

v5.35.0

Compare Source

  • Ensure parent directory exists when using --output on CLI (#​1530)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

Compare Source

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.

v5.33.0

Compare Source

  • reduce_vars improved when dealing with hoisted function definitions (#​1544)

v5.32.0

Compare Source

  • import("module") can now be input and output from ESTree AST (#​1557)
  • BigInt literals can now be input and output from ESTree AST (#​1555)
  • typeof an object or array (typeof {} and typeof []) can now be statically evaluated. (#​1546)

v5.31.6

Compare Source

  • Retain side effects in a case when the expression is a sequence (comma) expression

v5.31.5

Compare Source

v5.31.4

Compare Source

  • drop_unused: drop classes which only have side effects in the extends part

v5.31.3

Compare Source

  • drop_unused: drop unused parameters from IIFEs in some more situations.

v5.31.2

Compare Source

  • drop_unused: scan variables in self-referential class declarations that contain side effects.
  • Don't add parens to arrow function when it's the default for an argument (#​1540)
  • Update domprops (#​1538)

v5.31.1

Compare Source

  • Allow drop-unused to drop the whole assignment (not just the assigned name) in more situations, in order to avoid duplication of long strings.

v5.31.0

Compare Source

  • Sync up property mangler exceptions with current contents of Firefox and Chrome environments
  • Add more webcomponent properties to property mangler exceptions (#​1525)
  • Drop non-nullish constants in ...spreads in objects (#​1141)

v5.30.4

Compare Source

  • Fix parsing #private in ... when next to other operators

v5.30.3

Compare Source

  • Fix precedence of #private in ... operator

v5.30.2

Compare Source

  • Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs.

v5.30.1

Compare Source

  • Removed useless \ escapes for non-ascii characters
  • Make modern identifier characters quoted for older environments (#​1512)

v5.30.0

Compare Source

  • Improve removal of classes referring to themselves

v5.29.2

Compare Source

  • Make sure 'computed_props' creates string keys
  • Take into account the evaluated size when inlining

v5.29.1

Compare Source

  • fix optimisation of all-bits mask check

v5.29.0

Compare Source

  • Re-releases previously reverted 5.28.0
  • Fix crash while optimizing some bitwise ops
  • (internal) Remove needless wrapper for from_moz (#​1499)

v5.28.1

Compare Source

(hotfix release)

  • Reverts v5.28.0

v5.28.0

Compare Source

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations

v5.27.2

Compare Source

  • Recognise this as a reference to the surrounding class in drop_unused. Closes #​1472

v5.27.1

Compare Source

  • Fixed case where collapse_vars inlines await expressions into non-async functions.

v5.27.0

Compare Source

  • Created minify_sync() alternative to minify() since there's no async code left.

v5.26.0

Compare Source

  • Do not take the /*#__PURE__*/ annotation into account when the side_effects compress option is off.
  • The preserve_annotations option now automatically opts annotation comments in, instead of requiring the comments option to be configured for this.
  • Refuse to parse empty parenthesized expressions (())

v5.25.0

Compare Source

  • Regex properties added to reserved property mangler (#​1471)
  • pure_new option added to drop unused new expressions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 6, 2023
Copy link

cloudflare-workers-and-pages bot commented Dec 6, 2023

Deploying wasm-c-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8475b48
Status: ✅  Deploy successful!
Preview URL: https://c1e89984.wasm-c-web.pages.dev
Branch Preview URL: https://renovate-terser-5-x-lockfile.wasm-c-web.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 7ddcb3c to a8f0aa9 Compare December 10, 2023 16:09
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.25.0 chore(deps): update dependency terser to v5.26.0 Dec 10, 2023
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from a8f0aa9 to 597935f Compare January 20, 2024 16:58
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.26.0 chore(deps): update dependency terser to v5.27.0 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 597935f to bc2d356 Compare February 18, 2024 12:35
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.27.0 chore(deps): update dependency terser to v5.27.1 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from bc2d356 to b03b4a9 Compare February 22, 2024 16:32
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.27.1 chore(deps): update dependency terser to v5.27.2 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from b03b4a9 to a04f038 Compare February 26, 2024 13:19
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.27.2 chore(deps): update dependency terser to v5.28.0 Feb 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.28.0 chore(deps): update dependency terser to v5.28.1 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from a04f038 to c20ea56 Compare March 9, 2024 13:27
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.28.1 chore(deps): update dependency terser to v5.29.1 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from c20ea56 to 379fde5 Compare March 17, 2024 14:10
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.29.1 chore(deps): update dependency terser to v5.29.2 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 379fde5 to 63bb79e Compare March 30, 2024 13:17
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.29.2 chore(deps): update dependency terser to v5.30.0 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 63bb79e to 29f9dce Compare April 4, 2024 12:53
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.30.0 chore(deps): update dependency terser to v5.30.1 Apr 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.30.1 chore(deps): update dependency terser to v5.30.2 Apr 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.30.2 chore(deps): update dependency terser to v5.30.3 Apr 6, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 29f9dce to 4f6fdc7 Compare April 25, 2024 11:20
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.30.3 chore(deps): update dependency terser to v5.30.4 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 4f6fdc7 to 43ef58c Compare May 2, 2024 16:42
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.30.4 chore(deps): update dependency terser to v5.31.0 May 2, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 43ef58c to 1f78655 Compare June 9, 2024 12:30
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.0 chore(deps): update dependency terser to v5.31.1 Jun 9, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 1f78655 to a555d2f Compare July 13, 2024 11:37
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.1 chore(deps): update dependency terser to v5.31.2 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from a555d2f to c067fc9 Compare July 19, 2024 16:52
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.2 chore(deps): update dependency terser to v5.31.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from c067fc9 to 70c58d7 Compare August 10, 2024 13:51
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.3 chore(deps): update dependency terser to v5.31.4 Aug 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.4 chore(deps): update dependency terser to v5.31.5 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 70c58d7 to 4fdcbcc Compare August 16, 2024 11:39
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.5 chore(deps): update dependency terser to v5.31.6 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 4fdcbcc to 08b9197 Compare September 12, 2024 10:45
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.31.6 chore(deps): update dependency terser to v5.32.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 08b9197 to 0807448 Compare September 20, 2024 12:19
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.32.0 chore(deps): update dependency terser to v5.33.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 0807448 to 7586923 Compare September 29, 2024 15:08
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.33.0 chore(deps): update dependency terser to v5.34.0 Sep 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.34.0 chore(deps): update dependency terser to v5.34.1 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 7586923 to 3b6156c Compare October 19, 2024 10:49
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.34.1 chore(deps): update dependency terser to v5.35.0 Oct 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.35.0 chore(deps): update dependency terser to v5.36.0 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 3b6156c to 8475b48 Compare December 8, 2024 13:57
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.36.0 chore(deps): update dependency terser to v5.37.0 Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants